home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / lgring10.zip / LOGRING.DOC < prev    next >
Text File  |  1992-10-03  |  2KB  |  63 lines

  1.  
  2.  
  3.               LOGRING ver 1.0, October 3 1992 by Kai Risku
  4.               ============================================
  5.  
  6. Logring is a small resident program that watches your modem port for
  7. ring signals. When your phone rings, logring will count the number of
  8. signals and then write the time, date and number of signals to a file.
  9. Logring will not interfere in any way with telecommunications on the
  10. watched port.
  11.  
  12. Usage: LOGRING comport# filename
  13.  
  14. Where comport# is the number of the comport of your modem. Specify
  15. 1 for com1, 2 for com2 etc. Filename should be the name of your logfile
  16. including full path. The logging will be appended to the file if it
  17. already exists, otherwise the file is created.
  18.  
  19. You may delete or change the logfile at any time. Logring will simply
  20. append to, or create the file when neccessary.
  21.  
  22. Example: Your modem is on com2 and you want the text to be logged to the
  23.          file 'c:\temp\ring.log'. To do this you simply write:
  24.  
  25.          LOGRING 2 c:\temp\ring.log
  26.  
  27.  
  28.  
  29. Revision history
  30. ================
  31.  
  32. Version 1.0:    Initial release of program.
  33.  
  34.  
  35.  
  36. #include <std_disclaimer.h>:
  37. ============================
  38.  
  39.                 Copyright (c) 1992 Kai Risku
  40.  
  41. FFIT is offered to you "AS IS" without any warranty. This software has
  42. been thoroughly tested but no guarantee is given that it will work on
  43. every computer. The copyright owner may not be held liable for any
  44. damages, direct or consequential, which may result from the the use of
  45. this program.
  46.  
  47. This program is freely distributable. You may use the software and
  48. share it with all your friends (and foes) as long as the program is
  49. supplied in its original, unmodified form, which includes this
  50. documentation. This program must not be distributed for profit.
  51.  
  52. If you have any questions, ideas, suggestions for improvements or if
  53. you are interested in the source then feel free to contact me...
  54.  
  55. A nice postcard would be appreciated!
  56.  
  57.  
  58. Snailmail:      Kai Risku         Email (internet):  Kai.Risku@hut.fi
  59.                 Kronvik
  60.                 65410 Sundom
  61.                 Finland
  62.  
  63.